runtime.eface._type (field)
40 uses
runtime (current package)
alg.go#L179: t := a._type
alg.go#L312: return x._type == y._type && efaceeq(x._type, x.data, y.data)
arena.go#L121: e._type = t
arena.go#L147: t := e._type
arena.go#L177: xe._type = t
arena.go#L184: xe._type = t
arena.go#L295: typ := i._type
cgocall.go#L570: t := ep._type
cgocall.go#L582: switch aep._type.Kind() {
cgocall.go#L594: t = ep._type
cgocall.go#L600: t = ep._type
cgocall.go#L606: pt := (*abi.PtrType)(unsafe.Pointer(aep._type))
cgocall.go#L825: t := ep._type
debuglog.go#L331: switch v._type.Kind() {
error.go#L261: typestring := toRType(eface._type).string()
error.go#L263: switch eface._type.Kind() {
heapdump.go#L401: dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
iface.go#L318: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L319: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L320: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L321: stringType *_type = efaceOf(&stringEface)._type
iface.go#L322: sliceType *_type = efaceOf(&sliceEface)._type
iface.go#L674: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L679: *dst = iface{assertE2I(inter, e._type), e.data}
map.go#L324: typ := (*abi.MapType)(unsafe.Pointer(e._type))
mbitmap.go#L1818: t := e._type
mfinal.go#L261: (*eface)(r)._type = &f.ot.Type
mfinal.go#L266: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
mfinal.go#L434: etyp := e._type
mfinal.go#L479: ftyp := f._type
mfinal.go#L520: if itab := assertE2I2(ityp, efaceOf(&obj)._type); itab != nil {
netpoll.go#L725: x._type = pdType
netpoll.go#L732: pdType *_type = efaceOf(&pdEface)._type
panic.go#L711: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L127: etyp := e._type
print.go#L267: print("(", e._type, ",", e.data, ")")
runtime2.go#L190: _type *_type
stkframe.go#L266: abiRegArgsType := efaceOf(&abiRegArgsEface)._type
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |